From 7e1e9bf822798df8cc8e1792c187b260797b4583 Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Thu, 22 Sep 2005 18:11:04 -0600 Subject: [PATCH] Default CONFIG_XEN_PRIVILEGED_GUEST to y for now --- linux-2.6-xen-sparse/arch/ia64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/ia64/Kconfig b/linux-2.6-xen-sparse/arch/ia64/Kconfig index b0bc8e21c9..2b98ff884b 100644 --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig @@ -61,7 +61,7 @@ config ARCH_XEN config XEN_PRIVILEGED_GUEST bool - default n + default y help Used in drivers/xen/privcmd.c. Should go away? -- 2.30.2